Skip to content

feat(cloud): JSONL event persistence + deduplication + JSON history format (#124)#129

Merged
gHashTag merged 1 commit into
mainfrom
feat/issue-124
Mar 11, 2026
Merged

feat(cloud): JSONL event persistence + deduplication + JSON history format (#124)#129
gHashTag merged 1 commit into
mainfrom
feat/issue-124

Conversation

@gHashTag
Copy link
Copy Markdown
Owner

Summary

  • cloud_monitor.zig: restore state from .trinity/cloud_events.jsonl on restart
  • cloud_monitor.zig: event deduplication (skip same status within 5s window)
  • tri_cloud.zig: add --format=json flag to tri cloud history for machine consumption

Verification

  • tri cloud history 42 shows events after monitor restart
  • No duplicate events within 5s window

Closes #124

…ormat (#124)

- cloud_monitor.zig: restore state from .trinity/cloud_events.jsonl on restart
- cloud_monitor.zig: event deduplication (skip same status within 5s window)
- tri_cloud.zig: add --format=json flag to tri cloud history for machine consumption

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@gHashTag gHashTag merged commit c639376 into main Mar 11, 2026
5 of 6 checks passed
gHashTag added a commit that referenced this pull request Mar 18, 2026
…, Spatial+KG Planning 10/10, Multi-Hop Chains 18/18 (52/52 100%) [Golden Chain #129]

Test 109: Open Query KG — 21 entities (countries, capitals, continents, languages),
  per-relation memories, permutation-based inverse lookup, 1-hop + 2-hop = 24/24 (100%)
Test 110: Combined Spatial + KG Planning — 6 rooms + 6 objects + 4 properties,
  per-pair permutation navigation + object/property memories = 10/10 (100%)
Test 111: Multi-Hop Chain Fluency — 30 entities, 4 relation types, split memories
  (2×3 pairs), 2-hop + 3-hop chains = 18/18 (100%)

Full regression: 383 tests, 379 pass, 4 skip, 0 fail

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
gHashTag added a commit that referenced this pull request Mar 18, 2026
feat(cloud): JSONL event persistence + deduplication + JSON history format (#124)
@gHashTag gHashTag deleted the feat/issue-124 branch April 3, 2026 10:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Cloud Dev: JSONL event persistence

1 participant